home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / smlnet1f.arc / README.1ST < prev    next >
Encoding:
Text File  |  1989-06-19  |  5.6 KB  |  128 lines

  1.  
  2.  
  3. If this is the first installation then you need to read smlnet.doc before
  4.   goto this file.
  5.  
  6.  
  7. This is the official release of Smlnet 1F.  If you have a beta 1F, you
  8. need to overwrite it with this official release version.
  9.  
  10.     This 1F version is at least 7x faster in the Join/Scan functions.
  11.  
  12.     Many sysops have helped greatly in the betatesting of this version.
  13.     Most of all, I would like to thank these people that continually
  14.     test the beta's even though it would cause lockups and other
  15.     undesirables on their system.
  16.         Michael Davis  8:930/0,8:930/1,8:930/2  (RBBS-PC)  2Node
  17.         Dave Crane     8:930/12                 (RBBS-PC)  3Node
  18.         Randy Gorman   8:930/14, 1:124/1002     (PCBOARD)
  19.         Iley Pullen    8:926/101, 1:151/201     (PCBOARD)
  20.  
  21.  
  22. Changes since 1E:
  23.     Addition of option Smlnet.cnf to list packers that a remote caller
  24.        can use for packing the extract file before download.
  25.     Fossil Support  (toggle Y/N for fossil support on different nodes)
  26.     Use of the SmlIndex.Dat file which greatly increases the Join/Check speed
  27.     Use of Smlnet.OFF for setting time ranges that Smlnet should not be in
  28.        use.  (This is for MultiNode systems, that want to insure that no one
  29.        can access Smlnet, when their Master Node is Renumbering and other
  30.        such major maitainence on the Echo conferences.)
  31.     Net and Node values from 0 to 32767.
  32.     Addition of Smlnet.DES to describe the echo conferences.
  33.     The option in the Smlnet.Cnf for the type of packer to use for the
  34.        squishing the extract file, now means the type of packer to use
  35.        for squishing the  Crash, File_attach, and File_Request packets.
  36.  
  37.  
  38. [[[  To upgrade to Smlnet 1F  ]]]
  39.  
  40.    - UnZip all files into same subdirectory as the Smlnet files are in
  41.          UnZip Smlmport.exe and Smlindex.exe into the MAIL subdirectory
  42.          that has the Mail Tosser(Confmail,Qmail,..)
  43.  
  44.    - An new option in the 1F smlnet.cnf file has been added.
  45.      The sysop can now specify the list of packer programs that are
  46.      available to the remote caller to pack the extract file before
  47.      he downloads it.
  48.      Probably, best is to match the two smlnet.cnf files to verify
  49.      you are up to date on the sequence of the options.
  50.        (new option was added right before the conference listing)
  51.  
  52.    - Modify Smlnet.OFF to your preference
  53.    - Modify Smlnet.DES to your preference
  54.    - Modify Smlnet.FOS to your preference (if you want to turn Fossil On)
  55.  
  56.    - Modify your Binkley.Bat  (or frontend mailer batch files...)
  57.      so that after its does major work or operation such as
  58.      RENUMbering the Echos, that it will execute the program
  59.      called  SMLINDEX.EXE  from the Smlnet subdirectory.
  60.      such as:
  61.  
  62.         Conf3 Renum -S -D 21 F:\mail\DFW_NET -R F:\mail\DFW_NET
  63.         Conf3 Renum -S -D 21 F:\mail\smlware -R F:\mail\smlware
  64.         ...
  65.  
  66.         SMLINDEX D:\PATH\SMLNET.CNF   <- this is what I needed to add
  67.  
  68.         Goto Start
  69.         ... (continue on)  (ei. Return to Binkley,  ...)
  70.  
  71.         where D:\PATH\SMLNET.CNF  is the Drive and Path and filename of
  72.         the smlnet.CNF file.  It will read this file to find the list
  73.         of conferences that it will create smlindex.dat file for.
  74.  
  75.      Smlindex.exe will create a smlindex.dat file in each echo subdirectory.
  76.      It will get the echo list by reading the smlnet.cnf file.  This
  77.      smlindex.dat is then read by smlnet.exe when you do Join/Check New mail
  78.      operations.  It is smart in that it will read new mail that was created
  79.      since the last (daily) run of Smlindex.Exe program.
  80.  
  81.      When setup, you should see about 5 time increase in speed when doing
  82.      the Join/... operations.   Time is consumed once a day when the
  83.      Smlindex.exe is ran after the daily RENUM stuff but it seems to be
  84.      trivia compared to the speed increase of accessing conferences in smlnet.
  85.  
  86.    - run Smlindex.Exe file while you are in the smlnet subdirectory
  87.      Smlindex.exe will read the smlnet.cnf and sequence thru all conferences
  88.      (except netmail conf) and create a smlindex.dat in each of the echo's
  89.      subdirectory.   It Depends upon your system, but it will normally take
  90.      less then 15 minutes to run.
  91.  
  92.    - Optional setup of Smlmport.exe file
  93.      Smlmport.exe is created to update the smlindex.dat files when new mail
  94.      is received.  It is to placed after Confmail (or similar mail tosser)
  95.      has finished importing new mail.  If mail is imported, Confmail creates
  96.      a Confmail.Out file which contains the list of conferences that has
  97.      new mail.  Smlmport.exe will then read this file to determine which
  98.      conferences to scan update.
  99.  
  100.         a portion of my binkley.bat reads:
  101.  
  102.         CONFMAIL Import Areas.bbs -M -F Confmail.out -A Pkxarc
  103.         If ErrorLevel 2 Goto Severe1
  104.         If ErrorLevel 1 Goto Do_Maint
  105.         Goto End_Import
  106.  
  107.         :Do_Maint
  108.         F:
  109.         cd \mail
  110.         SMLMPORT F:\RBBS\NET\SMLNET.CNF CONFMAIL.OUT         <<<---- added
  111.         REPLYLNK -F CONFMAIL.OUT
  112.         ...
  113.  
  114.         where  F:\BBS\NET\SMLNET.CNF  is the location of the SMLNET.CNF file
  115.         where  CONFMAIL.OUT           is the name of the conferences to update
  116.  
  117.      Again, setup of smlmport.exe is not mandatory, but will help decrease
  118.      the time that smlnet will need for Joining or Checking for New mail.
  119.  
  120.    - Hmm, thats it.  I guess now do a SMLNET LOCAL and test that all the
  121.      commands are working properly to your satsifaction.
  122.  
  123.  
  124. Have Fun!
  125.  
  126. AND, do let me know if you have any problems or bugs, ... !!!     Thanks
  127.  
  128.